home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / t02.bat < prev    next >
DOS Batch File  |  1993-11-30  |  79b  |  5 lines

  1. @echo off
  2. echo Simple C++ compile test
  3. gcc -v t02.cc -o t02 -lgpp
  4. go32 t02
  5.